-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Holesky Deneb Epoch #13506
Add Holesky Deneb Epoch #13506
Conversation
@@ -36,7 +34,7 @@ func HoleskyConfig() *BeaconChainConfig { | |||
cfg.BellatrixForkVersion = []byte{0x3, 0x1, 0x70, 0x0} | |||
cfg.CapellaForkEpoch = 256 | |||
cfg.CapellaForkVersion = []byte{0x4, 0x1, 0x70, 0x0} | |||
cfg.DenebForkEpoch = math.MaxUint64 | |||
cfg.DenebForkEpoch = 29696 | |||
cfg.DenebForkVersion = []byte{0x40, 0x1, 0x70, 0x0} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fork version looks wrong. Should it be DENEB_FORK_VERSION: 0x05017000
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check deneb fork version per https://github.com/eth-clients/holesky/blob/9d9aabf2d4de51334ee5fed6c79a4d55097d1a43/custom_config_data/config.yaml#L37
Please update holesky testnet config in WORKSPACE
Line 354 in 1df173e
url = "https://github.com/eth-clients/holesky/archive/ea39b9006210848e13f28d92e12a30548cecd41d.tar.gz", # 2023-09-21 |
Co-authored-by: Preston Van Loon <[email protected]>
Reference: eth-clients/holesky#94